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