protected void SelfAssertArgumentNotEmpty(string stringValue, string message)
 {
     AssertionConcern.AssertArgumentNotEmpty(stringValue, message);
 }