AcTools.Utils.FileUtils.RestoreLater C# (CSharp) Method

RestoreLater() public static method

How should I call it?
public static RestoreLater ( string filename ) : IDisposable
filename string
return IDisposable
        public static IDisposable RestoreLater(string filename) {
            return new RestorationWrapper(filename);
        }