public async Task <IReadOnlyList <EmployeeModel> > GetEmployeesAsync()
 {
     return(await _runner.RunAsync(() => _employeesApi.GetAllAsync()));
 }