public override bool Supports(long capacity, long size)
 {
     return(_wrappedConfiguration.Supports(capacity, size));
 }