private WeakReference CreateScope(IConversation c)
		{
			using (var scope = c.Scope())
			{
				return new WeakReference(scope);
			}
		}