public virtual async Task GetAllAsync() { var ts = await _businessfacade.GetAllAsync(); Assert.Single(ts); }