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