public PlanDetailResonse GetPlanDetail(string key) { Condition.Requires(key).IsNotNullOrEmpty(); return (_serviceInvoker.Invoke <PlanDetailResonse>( new InvokeServiceRequest(string.Format(PlanDetailServiceEndPoint, key)))); }
public InfoResponse GetServerInfo() { return(_serviceInvoker.Invoke <InfoResponse>(new InvokeServiceRequest(InfoServiceEndPoint))); }