public long Count( string key, object value) { IndexContract.ValidateCount(key, value); return(RawIndex.Count(key, value)); }