public BmobRemote Get <T>(String tablename, String objectId) { BmobWrapper.Get <T>(tablename, objectId, NonCallback); return(this); }