public async Task Send() { foreach (var aConnection in _webSocketServer.GetAllConnections()) { await aConnection.Send(DateTime.Now.ToString()); } }