using Types.Annotations; using Types.Services; namespace Server.Services; [Injectable(InjectionType.Singleton)] public class LocalisationService : ILocalisationService { }