namespace DysonNetwork.Shared.Templating; public static class TemplateServiceLocator { public static ITemplateService? Service { get; set; } }