/// <summary>
        /// Sets the exception manager
        /// </summary>
        /// <param name="exceptionManager">Exception manager</param>
        public static void SetExceptionManager(
            IExceptionManager exceptionManager)
        {
            exceptionManager.NotNull(nameof(exceptionManager));

            ExceptionPolicy.ExceptionManager = exceptionManager;
        }
        /// <summary>
        /// Sets the exception manager
        /// </summary>
        /// <param name="exceptionManager">Exception manager</param>
        public static void SetExceptionManager(
            IExceptionManager exceptionManager)
        {
            exceptionManager.NotNull(nameof(exceptionManager));

            ExceptionPolicy.ExceptionManager = exceptionManager;
        }