public UserList ActionList() { var action = new UserList(); action.Client(client); action.Proxy(proxy); return(action); }