public InstaSharpException(string message, Exception innerException, InstaSharpExceptionType instaSharpExceptionType = InstaSharpExceptionType.Unknown)
     : base(message, innerException)
 {
     InstaSharpExceptionType = instaSharpExceptionType;
 }
 public InstaSharpException(string message, Exception innerException, InstaSharpExceptionType instaSharpExceptionType = InstaSharpExceptionType.Unknown) : base(message, innerException)
 {
     InstaSharpExceptionType = instaSharpExceptionType;
 }