namespace Toolkit.Foundation; public interface IActivityIndicator { bool IsActive { get; set; } }