public async Task <IActionResult> GetEmployeesList()
 {
     return(await Task.Run(() => CallApi(() => _garageService.GetEmployeesList())));
 }