using System.Collections.Generic; public class Config { public string speech_service { get; set; } = "http://eligos.lan:5400"; public string sync_dropoff { get; set; } = "/home/adam/Sync/eligos documents/"; }