public void CanGetByStatus() { var m = _moduleRepository.GetByStatus(true); Assert.IsNotNull(m); Assert.AreEqual(4, m.Count); }