public static void UseIdGenerationStrategy(IIdGenerationStrategy strategy)
 {
     _strategy = strategy;
 }