using West.TelegramBot.CodeWatcher.Dto; namespace West.TelegramBot.CodeWatcher.Service; public interface IHasteService { public Task PostDocumentAsync(string data); public Uri GetHasteUri(); }