// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
public class TestObject
{
public int Id { get; set; }
}