public override object getResponseData() { UserSettings rc = new UserSettings(); rc.BuildFromBytes(payloadData); return(rc); }