public function testGetProfile()
 {
     $profile = 'profile';
     $instance = new PushProcessor($profile, 'token');
     $this->assertEquals($instance->getProfile(), $profile);
 }