namespace NHibernate.AdoNet.Util { using System; public interface IFormatter { string Format(string source); } }