public IAccountService StoreAccounts()
        {
            AccountStore.Store(Accounts, AccountStore.FLAT_FILE_PATH);

            return(this);
        }