using System; using System.Collections.Generic; using System.Text; namespace Hardware.Simulators { class BikeSimulator { IDataConverter dataConverter; } }