String getAccount(String handle) { if (_useDomain) { return handle; } return withoutDomain(handle); }