public async Task <bool> GetFeatureTableExist(string db) { _featureManager.ConfigureConnectionString(db); return(await _featureManager.GetFeatureTableExist()); }