However, declaring the method as static is almost certainly not what is
required. The original example is too simplistic, as it produces a result which
does not use anything from the class instance itself and would work perfectly
well as a static. The real requirement presumably needs information from the
class instance and therefore cannot be static.