pub fn create_store<'info>(
    ctx: Context<'_, '_, '_, 'info, CreateStore<'info>>,
    name: String,
    description: String
) -> Result<()>