public override float BestErrorRate(long capacity)
 {
     return(_wrappedConfiguration.BestErrorRate(capacity));
 }