public long FetchEntityID(SynkContext context) { long.TryParse(context.loadVar("entity", "-1"), out this.entityID); return(this.entityID); }