/**
  * Returns a single Section.
  *
  * @param null $section
  * @return bool|null
  */
 public function getSection($section = null)
 {
     return Section::resolveSelf($section);
 }