namespace Connected.Components; internal interface IRadioGroup { //This interface need to throw exception properly. void CheckGenericTypeMatch(object select_item); }