using System.Text; namespace MyDarling.Controllers; public interface IRobotsTxtGenerator { public string GetRobotsText(); }