// Cars public async Task <List <ICars> > GetAllCarsAsync() { return(await Repository.GetAllCarsAsync()); }