private static async Task <int> GetApplicationId(string applicationNam) { return(await _eventsService.GetApplicationId(_userId, applicationNam)); }