I\'ve read around about const and static readonly fields. We have some classes which contain only constant values. They are used for various things
const
static readonly
I would use static readonly if the Consumer is in a different assembly. Having the const and the Consumer in two different assemblies is a nice way to shoot yourself in the foot.