public void SomeMethod(ISomeInterface @interface) { SomeStruct unboxed = (SomeStruct)@interface; unboxed.Call(); }