using Core.Annotations; namespace Core.Services; [Injectable(InjectionType.Singleton)] public class MatchLocationService { public void DeleteGroup(object info) { throw new NotImplementedException(); } }