@Override
@Deprecated
// Performances need Application implementation
public Performance getEntity() throws Exception {
RuntimeConfiguration rtConfig = (new RTConfigTest()).getConnectedEntity();
rtConfig.create();
PerformanceType pm = (new PerfMeasureTest()).getConnectedEntity();
pm.create();
return new Performance(null, pm, 0.5);
}