public ActionResult<bool> HasLowRightInChat(string chatName, string userName) { return ChatContext.HasLowRightInChat(chatName, userName); }