namespace Geekbot.net.Lib.Media { public interface IFortunesProvider { string GetRandomFortune(); } }