public DomainServiceAsync(IEntityDataServiceAsync <TDomain> entityDataService) { EntityDataService = entityDataService; }
protected DataServiceBaseIntegrationTests(IEntityDataServiceAsync <TEntity> dataService, Expression <Func <TEntity, TId> > idExpression) : base(idExpression) { _dataService = dataService; }