public string GetReponse <T>() where T : IBaseReponse { var proxy = new ProxyReponseStub(); return(proxy.GetReponse <T>()); }
public string GetBetaReponse() { IBetaReponse proxy = new ProxyReponseStub(); return(proxy.GetReponse()); }