public override void SetLength(long value)
 {
     DecoratedInstance.SetLength(value);
     return;
 }