/// <inheritdoc/> public IStateEntity UseEntity(params string[] entityId) { _currentState.Entity = Daemon.Entity(entityId); return(this); }