public void Store(UserCompetence aggregate, CompetenceUpdateCommand command)
        {
            CommandStore.AppendToStream(aggregate.GetId(), command, Commands.CompetenceUpdateCommandType);

            Factory.GetChartManager().UserCompetenceChange(command);
        }