namespace Azaion.Common.Database; public class QueueOffset { public string QueueName { get; set; } = null!; public ulong Offset { get; set; } }