public void Should_return_default_object()
 {
     Result.ShouldNotBeNull();
     AssertIsDefaultObject(Result);
 }