namespace Mongo2Go.Helper { public interface IPortPool { /// /// Returns and reserves a new port /// int GetNextOpenPort(); } }