namespace Wino.Core.Domain.Enums;
public enum BackgroundSynchronizationReason
{
SessionConnected,
Timer
}