async public Task <int> CountFeatures() { if (_fdb == null) { return(-1); } return(await _fdb.CountFeatures(_name)); }