public static IColorSwitchState Copy(this IColorSwitchState state) { return(ReadOnlyColorSwitchState.CopyFrom(state)); }