public function templateContents()
 {
     $classStubPlaceholderReplacer = new ControllerClassStubPlaceholderReplacer($this);
     return $classStubPlaceholderReplacer->content();
 }