public void DeleteMerchantAsync_MerchantIdIsDefault_ShouldThrowException()
 {
     //Act & Assert
     Assert.ThrowsAsync <ArgumentException>(() => _merchantService.DeleteMerchantAsync(Guid.Empty));
 }