namespace Geekbot.net.Lib.Media
{
public interface IMediaProvider
string GetMedia(MediaType type);
}