public void TestDefaultConstructor()
        {
            BadResponseException testException = new BadResponseException();

            string testExceptionString = testException.ToString();

            Assert.IsNotNull(testExceptionString);
        }
    public void TestDefaultConstructor() {
      BadResponseException testException = new BadResponseException();

      string testExceptionString = testException.ToString();
      Assert.IsNotNull(testExceptionString);
    }