public LjUserInfo Auth(UserPassword username) { ILj proxy = XmlRpcProxyGen.Create(); var ans = proxy.Login(username); return ans; }