/**
  * Retrieve the most recent sermon which has terms in this taxonomy.
  *
  * @since  0.2.0
  *
  * @return GCS_Sermon_Post|false  GC Sermon post object if successful.
  */
 public function most_recent_sermon()
 {
     return $this->sermons->most_recent_with_taxonomy($this->id);
 }