public TrueDialogClient AsAccount(int accountId)
 {
     InternalClient.AsAccount(accountId);
     return(this);
 }