I want to create a concern that can be included by different models for common mapping functionality. This module will have a method that returns a calculated value, unless the including Model has its attribute of same name already set. I want to create a concern that can be included