namespace VisionBuilder.UI.Common.Processing; public interface ILoadingService { void StartLoading(string title); void StopLoading(string title); }