public void EditNote_ContentIsNull_ThrowArgumentNullException() => Assert.Throws <ArgumentNullException>(() => noteBookService.EditNote(2, "dsadsa", null));