public ActionResult Authentication(LoginCommand command) { _commandService.Excute(command); return(new HttpStatusCodeResult(200)); }