public async static Task LeaveHubAsync(string hub) { var msg = new UnsubscribeFromHubMessage { Hub = hub }; await App.SendMessageAsync(msg); }