How call Orleans grain method without reference of grain implementation?
From the client project reference only the interface project (Core -> Standard).
From the host project reference the implementation project (Full -> Full) and the implementation project references the interface project (Full -> Standard).
It works like a charm, see: https://github.com/lmagyar/SO_Question_50689964