public void CountTestNotNull()
        {
            // Act
            int result = statusRepository.Count();

            // Assert
            Assert.IsTrue(result >= 0, "Unable to count properly");
        }