private async void ClearCommand_Execute()
 {
     await historyProvider.Clear();
 }