public void CreateNewDefinition_CountEquals0()
 {
     RepositoryUnderTest.CreateNew();
     Assert.AreEqual(0, RepositoryUnderTest.Count);
 }