public void RetrieveAll() { IQueryable <Tasks> device = TasksRepository.RetrieveAll(); Assert.Greater(device.Count(), 1); }