using System; using System.Collections.Generic; using System.Text; namespace Xylem.Common.CommonCore.Exceptions { interface ICommonException { string GetHelpText(); } }