public override IFile Convert(IDirectory newParent, IFile toConvert) { return toConvert.WithParent(newParent); }