namespace Inspectron.Epson.Tests.Sanity; public class SanityTests { [Fact] public void Truth_is_true() => Assert.True(true); }