public async Task <SaveEmployeeResponse> AddEmployee(Employee employee) { return(await _restApiService.AddEmployee(employee)); }