public async Task Leave() { await subscription.Unsubscribe(); await user.Tell(new Leave { Room = RoomName }); }