package another_package; interface IFaz { void CanYouDealWithThisFoo(in some_package.IFoo foo); }