module Proxy { interface StreetRouter { string lookupdirections(in string fromcity, in string fromstate, in string tocity, in string tostate); }; }