using System.Collections.Generic; using System.Runtime.Serialization; namespace UptimeSharp.Models { /// /// Default Response /// [DataContract] internal class DefaultResponse : ResponseBase {} }