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