protected function ArgumentNullException_2($paramName, Exception $innerException = null)
 {
     parent::SystemException_2($paramName . ' is null.', $innerException);
 }
 protected function ArgumentOutOfRangeException_2($paramName, Exception $innerException = null)
 {
     parent::SystemException_2($paramName . ' is out of range.', $innerException);
 }