namespace West.TelegramBot.CodeWatcher.Dto; public class HasteResponse { public HasteResponse(string key) { Key = key; } public string Key { get; set; } }