namespace TIAMWebApp.Shared.Application.Interfaces { public interface IComponentUpdateService { event Action RefreshRequested; void CallRequestRefresh(); } }