public static Task ClearAllAsync(this IMessageRepository messageRepository)
 {
     return(messageRepository.ClearAsync(x => true));
 }