using System; using System.Collections.Generic; using System.Text; namespace SDKSample { class MyData { public string ColorName => "Red"; } }