public void DoesNotThrowIfNonNullValue(object o)
 {
     _service.AssertNonNull(o, "");
 }