namespace Lesson5.Interfaces; public interface IFileInfoOperation { static void GetFileInfo(string path) => throw new NotImplementedException(); }