In my code there is many method to 'get or add'. It finds objects in the collection, if exists return, and if not exists create and return.
So there are many GetOrAddSomething() methods, but it smells not good.
Is there a general term for get or add/create? like 'upsert'