public void Should_ReturnEmptyList_BeforeAddANote() { IList <Note> notes = service.All(); Assert.That(notes, Is.Empty); }