using System; namespace Bro.Common.Interface { public interface IExceptionHandler { Action OnExceptionOccured { get; set; } } }