using Pipefy.Models; namespace Pipefy.Services { public interface IConfigurationService { AppSettings GetAppSettings(); AppSettings LoadAppSettings(); } }