public class ModuleConfig { public string ImageName {get; set;} public Dictionary Environment {get; set;} = new Dictionary(); public Dictionary Volumes {get; set;} = new Dictionary(); }