using System; namespace Wino.Messaging.UI { /// /// Reports back the account synchronization progress. /// public record AccountSynchronizationProgressUpdatedMessage(Guid AccountId, double Progress) : UIMessageBase; }