public bool CreateNewRoom(ChatUser ourUser, string[] users, ChatRoom nameRoom) { return(client.CreateNewRoom(ourUser, users, nameRoom)); }