namespace Nerfed.Runtime.Scheduling; public interface IParallelSystemMetadata { string ScheduleName { get; } SystemAccessDeclaration AccessDeclaration { get; } }