public void GoodGetGenerics()
 {
     foreach (var value in Enumerables.GoodGetGenerics <object>())
     {
     }
 }