private async Task SendReportMailAsync(IEnumerable <NinjaDTO> data, string emailAddress) { var content = await GetGridContentAsync(data); _mailingService.SendSimple(emailAddress, "Your Report", content); }