namespace MusicCast.Net.Api.Server.Models; public class GetNetworkStandbyResponse { public int response_code { get; set; } public string network_standby { get; set; } }