public bool Remove(ITaskMetadata task)
 {
     throw new NotImplementedException();
 }
 public bool ChangeTaskStatus(ITaskMetadata task, TransportTaskStatus status)
 {
     throw new NotImplementedException();
 }