public SnapshotStatusWrapper(SnapshotShardsStatsWrapper shardsStatsWrapper) { PropertyInfo propertyInfo = this.GetType().GetProperty("ShardsStats"); propertyInfo.SetValue(this, shardsStatsWrapper); }