namespace Shared.Models.Online.Kodik { public struct StreamModel { public string q { get; set; } public string url { get; set; } } }