public string ToString(char separator)
 {
     return($"{DateFrom?.AsTSLocal()}{separator}{DateTo?.AsTSLocal()}".TrimEnd(separator));
 }