Some code I want to test is making use of an implicit operator and I can't find any way to have it return a mock object. The implicit operator is sort of a static method, but I can't refer to it explicitly... And I don't see anything in the Typemock docs covering operators. Anyone know if this is even possible, or have any suggestions?