namespace Govor.Contracts.DTOs; public class OneTimePreKeyDto { public Guid Id { get; set; } public string Key { get; set; } = string.Empty; }