namespace PSCHelpdesk.Shared.Service; public interface IUserInterfaceDispatchService { void Invoke(Action action); Task InvokeAsync(Action action); }