namespace LanLib.UpdateManager.Jobs.Internal
{
public interface IInitialJobDataProvider<TData>
TData InitialJobData { get; }
}