public void RemoveAccount(CTwitterAccountInformation accountInformation)
 => AccountInformations.Remove(accountInformation);
 public void RemoveAccount(long accountId)
 => AccountInformations.Remove(FindAccountById(accountId));