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