public ActionResult<IEnumerable<Chat>> GetChats(string userName)
 {
     return ChatContext.GetChats(userName);
 }