public Variable(Guid id, Story story) { this._id = id; this._story = story; }
public LuaHelper(Story story) { this._story = story; }