private async void StartMessaging(StartMessagingCommand command)
 {
     await roomConnection.AskToStartMessagingAsync(command.WithUserId);
 }