public function testGetName()
 {
     $type = new CalendarEventApiType($this->calendarEventManager);
     $this->assertEquals('oro_calendar_event_api', $type->getName());
 }