public function testGetType()
 {
     $rules = new SimpleNotificationRules();
     $this->assertEquals('Simple', $rules->getType());
 }