public async Task <IEnumerable <string> > GetNewlettersEmailsCollection() { return(await newsletterService.GetNewslettersEmailsCollection()); }