namespace Bro.M135.Common { public interface IUpdateProductData { event Action OnUpdateProductData; } }