As one comment pointed out, the problem can be solved by giving the following as a parameter to CallMethod() :
Something{ m_something }
So the actual line of code would look like this:
CallMethod( Something{ m_something } );