class Derived : Base, IInterface1, IInterface2 {
}

みたいなクラスが定義されている時に IInterface1 の参照から Derived の参照を得る方法はないでしょうか。