public void Allocation_GetTimeSeriesKey()
        {
            Allocation alloc = AllocationsTools.GetAllocation();

            Assert.IsTrue(alloc.GetTimeSeriesKey() == null);
        }