public function testGetStatus()
 {
     $data = new FetchData();
     $this->assertEquals('You are an Associate Evangelist', $data->getStatus());
 }