public void ToModelReport_Should_ThrowException_When_NullThis() { IValidationResult <object> result = null; Assert.Throws <ArgumentNullException>(() => { result.ToModelReport(); }); }