namespace ASC.Notify.Patterns; public interface IPatternProvider { Func GetPatternMethod { get; set; } IPattern GetPattern(INotifyAction action, string senderName); IPatternFormatter GetFormatter(IPattern pattern); }