public string[] AvailableCommands() { var state = BoundFellow.State; return(Flow.AvailableCommands(state).ToArray()); }