protected override WebResponse GetSession()
 {
     return(_api.StartEventsSession(new List <string> {
         _accountId
     }));
 }