public async Task <IActionResult> CheckCodeExistsAsync(string code) { return(Ok(await _branchService.CheckCodeExistsAsync(code))); }