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