Get accountUri by its id
@override String getUri(int accId) { return _findAccount(accId)?.uri ?? "?"; }