public override void Remove(Entity behaviour)
    {
        base.Remove(behaviour);

        _entityMapping.RemoveEntity(behaviour);
    }