namespace Ficdown.Parser.Player { public interface IRenderer { void Render(string text, string outFile); } }