public static SampleOrderLine Create(Guid userId)
 {
     return(SampleOrderLine.Create(userId, 1, 1));
 }