namespace Lesson5.Interfaces; public interface IFileInfoOperation { public static abstract void GetFileInfo(string path); }