protected void OnActiveAccountChanged(LiveAccount account)
 {
     ActiveAccountChanged?.Invoke(this, new AccountUpdateEventArgs(account));
 }
 protected void OnAccountUpdate(LiveAccount account)
 {
     AccountInformationUpdate?.Invoke(this, new AccountUpdateEventArgs(account));
 }