public object Parse(string value)
 {
     value.ThrowIfNullArgument(nameof(value));
     return(B9TankSettings.GetTankType(value));
 }