public override long BestSize(long capacity, float errorRate)
 {
     return(_wrappedConfiguration.BestSize(capacity, errorRate));
 }