/**
  * @return LogicalChain
  **/
 private static function block($args, $logic)
 {
     return LogicalChain::block($args, $logic);
 }