using Graphing.Graphables; namespace Graphing.Abstract; public interface IEquationConvertible { public Equation ToEquation(); }