public ICommand GetInput(IGrid grid) { var cell = GetCell(); return(CommandFactory.GetCommand(input.GetCommand(), grid, cell)); }