public void AssertThatFindAllIsCalled() { _betDao.FindAll(); _collection.Received().Find(new BsonDocument()); Assert.IsInstanceOf <Task <List <Bet> > >(_betDao.FindAll()); }