Imports ProtoBuf Public Class FileContainerInner Public FileId As String Public Contents As Byte() Public CreatedAt As DateTime Public UpdatedAt As DateTime Public FileName As String Public Sub New() FileId = Guid.NewGuid().ToString CreatedAt = Date.Now UpdatedAt = Date.Now End Sub End Class