using System.Collections.Generic; using System.Threading.Tasks; namespace LibMpc { public class Constants { public static readonly string Ok = "OK"; public static readonly string Ack = "ACK"; public static readonly string FirstLinePrefix = "OK MPD "; } }