public CalendarViewModel() { var cs = new GoogleCalendarService(); Events = cs.GetListedEvents(cs._googleCalendarService); }