namespace MyDarling.Services; public interface IRobotsTxtGenerator { public string GetRobotsText(); }