/// <nodoc />
 public void AllowAttributeWrites(AbsolutePath path)
 {
     Inner.AllowAttributeWrites(Redirect(path));
 }