Remove const modifier from the return value of a message field getter
- Getter had const modifier because of one of initial implementation
when the reference to the class member was returned. Now when getter
dereferences shared pointer it's easy to do.
- Add tests
Fixes #253