/// <summary>
 /// For e2e testing
 /// </summary>
 /// <returns></returns>
 public async Task Clear()
 {
     await _crmRepository.Clear();
 }