public void ThrowsExeptionTryingToGetInterfacedPropertyWithoutAFieldType() { var father = new Child(); father.GetKey(c => c.Brother.Name); }