void one_way() { Dictionary <string, string> props = new Dictionary <string, string>(); props.Add("name", "scott"); prx.heartbeat_oneway("hello man!", props); }