protected override async Task <WebResponse> GetSession()
 {
     return(await Rest20.GetTransactionsStream(_accountID));
 }