AppConfiguration.Read
Reads configuration data from a string and populates the current instance with the values.
Data should be serialized in XML Searlization format created with
public abstract T Read<T>()
Reads configuration data from a string and populates the current instance with the values.
Data should be serialized in XML Searlization format created with
public abstract T Read<T>()