namespace Wayne.ForecourtControl { ///// ///// The IReservedPump is an extension to the IPump interface that has methods that only may be called when the pump is reserved. ///// //public interface IReservedPump : IPump //{ //} }