main
1namespace momoney.service.infrastructure.logging
2{
3    public interface ILogFileTasks
4    {
5        string get_the_contents_of_the_log_file();
6        string get_the_path_to_the_log_file();
7    }
8}