public void ValidateNotNullWithNull()
 {
     HeaderValidator.ValidateNotNull(null, "test");
 }