/// <summary>
 /// function to get all event details from a cloud service
 /// </summary>
 /// <returns></returns>
 public static async Task <List <EventDetail> > GetEventDetailsFromCloud_All()
 {
     return(await _cloud_service.GetEventDetails());
 }