using Chatbot.Api.Domain.Models.Settings;
namespace Chatbot.Api.Domain.Services
{
public interface IParamProvider
Credentials Credentials { get; }
}