namespace Adaptation.FileHandlers.OpenInsightMetrologyViewer; public interface IBarcodeRecord { public string Barcode { get; } public string Date { get; } public BarcodeDevice Device { get; } public string Id { get; } public string ServerId { get; } }