namespace Geekbot.net.Lib.Levels { public interface ILevelCalc { int GetLevel(int experience); } }