public async Task <IActionResult> DeleteFromOutboxOrDraftAsync(Guid id)
 => Ok(await _messageServices.DeleteSentOrDraftMessage(id));