public virtual async Task <T> GetById(string id) { return(await _taxiContext.Set <T>().FindAsync(id)); }