namespace FindAndDrive.Domain.Models.DTO; public class ApiKeySecret { public string KeySecret { get; set; } public string SecretHash { get; set; } }