this.StatusId = ulong.Parse( new string( Enumerable.Range(1, id.Length) .Select(i => id[id.Length - i]) .TakeWhile(c => "0123456789".Contains(c)) .Reverse() .ToArray() ));