public async Task <IEnumerable <EmailModel> > GetSent()
        {
            var emails = await _emailComponent.GetSent();

            return(emails);
        }