public ActionResult <bool> UsernameExist(string username) { return(_validateService.ExistUsername(username)); }