public void Reference()
 {
     InputParameters.Reference(string.Empty);
     Assert.ThrowsException <ArgumentNullException>(() => InputParameters.Reference(null !));
 }