using Xunit; namespace ZB.MOM.WW.OtOpcUa.Driver.Historian.Gateway.Tests; public sealed class ProjectSmokeTests { [Fact] public void GatewayClientSeam_IsReferenceable() { var t = typeof(IHistorianGatewayClient); Assert.Equal("IHistorianGatewayClient", t.Name); } }