public static void Subscribe(Guid target, Guid myID, WebSocketConnection connection) => GetChannel(target).dict.TryAdd(myID, connection);