public function test_get_all_speakers()
 {
     $speakers = $this->speaker_seeker->get_all_speakers();
     $this->assertNotEmpty($speakers);
     $files = glob(HELLO_KUSHIMOTO_DIR . '/src/speaker/concrete/*.php');
     $this->assertEquals(count($files), count($speakers));
 }