#nullable disable namespace EllieBot.Common; public interface IPlaceholderProvider { public IEnumerable<(string Name, Func Func)> GetPlaceholders(); }