Core/Utils/IConfigurationReader.cs

namespace Core.Utils;
 
public interface IConfigurationReader
{
    Configuration Read();
}