using FileTime.Core.Timeline; namespace FileTime.Core.Command { public class CreateContainerCommand : ICommand { public PointInTime SimulateCommand(PointInTime delta) { throw new NotImplementedException(); } } }