public async Task <MailMessage> GetMessage(string id, MessageType type) { return(messageWorker.GetMessage(id, type)); }