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