namespace Geekbot.net.Lib.Converters { public interface IMtgManaConverter { string ConvertMana(string mana); } }