using Core.Annotations; namespace Core.Utils; [Injectable(InjectionType.Singleton)] public class JsonUtil { }