public DownloadStatementResponse DownloadStatement(DownloadStatementRequest DownloadStatementRequest)
    {
        DownloadStatementRequest1 inValue = new DownloadStatementRequest1();

        inValue.DownloadStatementRequest = DownloadStatementRequest;
        DownloadStatementResponse1 retVal = ((IBillingStatement)(this)).DownloadStatement(inValue);

        return(retVal.DownloadStatementResponse);
    }
 public DownloadStatementRequest1(DownloadStatementRequest DownloadStatementRequest)
 {
     this.DownloadStatementRequest = DownloadStatementRequest;
 }