using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BuzzGUI.Interfaces { public interface IMachineMetadata { ReadOnlyDictionary ParameterMetadata { get; } } }