using Managing.Common; namespace Managing.Application.Abstractions.Services; public interface ITickerService { Task> GetAvailableTicker(); }