namespace Geekbot.net.Lib.DiceParser { public interface IDiceParser { DiceInput Parse(string input); } }