public TInterface CreateClient() { var client = CallProxy <TInterface> .CreateEmpty(this); return(client); }