// Copyright (c) Microsoft Corporation. All rights reserved. // CountUpdate.cs namespace Samples; public class CountUpdate { public int NewCount { get; set; } }