func NewStart(ctx context.Context) *Start {
    session := utils.GetMongoSessionFromContext(ctx)

    start := &Start{
        session:      session,