public bool IsReady(int frame) { if (!_commands.HasCommands(frame)) { return(false); } return(_commandProcessor.CheckReady(_commands, frame)); }