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