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