public static Action WhenValidating(this AssignIsInListStrategyToFeatureCommand command)
 {
     return(() => command.Validate());
 }