public ActionResult<bool> IsUserExists(string userName) { return ChatContext.IsUserExists(userName); }