public List <EntityMeta> GetEntityMeta(Datastream datastream)
 {
     try
     {
         return(_falkonryService.GetEntityMeta(datastream));
     }
     catch (Exception)
     {
         throw;
     }
 }