public async Task HandleAsync(JoinRoom command)
 {
     await _roomService.AddMemberAsync(command.PlayerId, command.RoomId);
 }