I want to be able to do something like that:
var question = new MyClass();
question.Add("SomeString").Call(someFunc);
I already googled and checked out other questions, but I did not found an answer. Sorry if this question already exists, but i did not really no what to search for.