If I understood you correctly you have to do something like this:
Type paramType = typeof(T);
if(paramType is IMedia) { /*do smt*/ }
If I understood you correctly you have to do something like this:
Type paramType = typeof(T);
if(paramType is IMedia) { /*do smt*/ }