public BmobRemote Signup <T>(T user) where T : cn.bmob.io.BmobUser { BmobWrapper.Signup <T>(user, NonCallback); return(this); }