public string Get(string id) { ManagerHub.Send("Update", id); return($"Total of:{ManagerHub.ConnectedIds.Count} clients received: [{id}]"); }