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