public void ExistsByIdTestIsTrue() { // Act var result = notificationTypeRepository.ExistsById(1); // Assert Assert.IsTrue(result); }